home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / uupc11ys.zip / LIB / GETDTA.H < prev    next >
Text File  |  1993-04-10  |  731b  |  14 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    g e t d t a . h                                                 */
  3. /*                                                                    */
  4. /*    Disk Transfer Address functions for MS C under DOS only for     */
  5. /*    UUPC/extended                                                   */
  6. /*                                                                    */
  7. /*    Changes and Compilation Copyright (c) 1989-1993, Andrew H.      */
  8. /*    Derbyshire                                                      */
  9. /*--------------------------------------------------------------------*/
  10.  
  11. char far *getdta( void );
  12.  
  13. void setdta( char far *dtaptr );
  14.